gtk/gtkflowbox: Fix build warning/error
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 7 Oct 2013 04:00:30 +0000 (12:00 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 7 Oct 2013 04:13:11 +0000 (12:13 +0800)
commitd47eac5ba5c16e7bf1671159d65a2273a1b19695
tree5ccc1e7e4ec7f5715c623ce34bf4371dab809068
parent9be38e67e3f49c150fb38d2e83e042ae60c17246
gtk/gtkflowbox: Fix build warning/error

The newly-added gtk_flow_box_child_is_selected() needed to return a
gboolean, so use g_return_val_if_fail() to return FALSE when an invalid
GtkFlowBoxChild* is passed in.
gtk/gtkflowbox.c